From: Matthias Clasen Date: Sat, 5 Jul 2008 18:29:09 +0000 (+0000) Subject: Forgotten file X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1~1^2~428^2^2~31696 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=d7a9600e7d7eece816223277a9bcee2f5c6d08c4;p=gtk4.git Forgotten file svn path=/trunk/; revision=20781 --- diff --git a/gtk/tests/object.c b/gtk/tests/object.c index c24ba9f7df..ae61cf6a6f 100644 --- a/gtk/tests/object.c +++ b/gtk/tests/object.c @@ -78,6 +78,8 @@ list_ignore_properties (gboolean buglist) { "GtkFileChooserButton", "action", (void*) GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER }, { "GtkFileChooserWidget", "select-multiple", (void*) 0x1 }, /* property conflicts */ { "GtkFileChooserDialog", "select-multiple", (void*) MATCH_ANY_VALUE }, /* property disabled */ + { "GtkMenu", "accel-path", (void*) MATCH_ANY_VALUE }, /* has odd restrictions in the setter */ + { "GtkMenuItem", "accel-path", (void*) MATCH_ANY_VALUE }, /* has odd restrictions in the setter */ { "GtkRecentChooserMenu", "select-multiple", (void*) MATCH_ANY_VALUE }, /* property disabled */ { "GtkTextView", "overwrite", (void*) MATCH_ANY_VALUE }, /* needs text buffer */ { "GtkToolbar", "icon-size", (void*) GTK_ICON_SIZE_INVALID },